Salesforce UX API icon

Salesforce UX API

(0 reviews)

TMF-621 Incident Creation

/{businessId}/troubleTicket

To create incidents in Invgate from salesforce.

URL
https://nonprod.esb.cloud.lla.com/test/sfdc-ux/sfdc-ux/v1/{businessId}/troubleTicket
Base Uri Param
nametypedescriptionrequired
businessIdstringExpected: HN,CO,CR,SV,GT,DO,TT,BB,JM,AG,AI,DM,GD,LC,VC,TC,MS,VGY
nametypedescriptionrequired
client_idstringClient Id value for Client Id Enforcement policy. Environment Specific Value. Eg: 6f0ed16a7b494d76b2d60e05bc3b3332Y
client_secretstringClient secret value for Client Id Enforcement policy. Environment Specific Value, eg: e4CD4D43449846aA9D8Cb9c43fAd324aY
X-Correlation-IDstringThis is a unique identifier. Could be uuid value, Min 16 Characters Example: 644e1dd7-2a7f-18fb-b8ed-ed78c3F92c2bN
Body Definitions
nametypedescriptionrequired
@typestringDefault: NetworkTroubleTicketY
namestringName of the incidentY
creationDatestringIncident Creation dateN
descriptionstringDescription of incidentN
prioritystringPriority of incident. Expected:Low,Medium,High,Critical,UrgentY
relatedEntity[].idstringAssert Id'sN
relatedEntity[].namestringPass Key of service impacted ex:IPData,FVoice etc please refer below details for Service ImpactedN
relatedEntity[].rolestringDefault: ServiceImpactedN
relatedEntity[].@referredTypestringDefault: ServiceN
relatedParty[].@referredTypestringDefault:IndividualY
relatedParty[].idstringCreator IdY
relatedParty[].rolestringDefault:creatorY
relatedParty[].@referredTypestringDefault:IndividualY
relatedParty[].idstringCustomer IdY
relatedParty[].rolestringDefault: userY
relatedParty[].@referredTypestringDefault:IndividualY
relatedParty[].idstringCustom Field- Key of Affected OpCo(s) Ex: CWC,LibertyCRN
relatedParty[].namestringCustom Field - Name of Affected OpCo(s) Ex: Liberty Caribbean,Liberty CRN
relatedParty[].rolestringDefault: Affected OpCoN
severitystringSeverity of incident. Expected: Critical,High,Medium,LowN
ticketTypestringType of incident Expected: Incident,Service Request,Question,Problem,Change Request,Major IncidentY
troubleTicketCharacteristic[].namestringname of the characteristicY
troubleTicketCharacteristic[].valuestringvalue of characteristicY
note[].idstringworklog idN
note[].textstringworklog descriptionN
note[].@typestringDefault : NoteN
attachment[].idstringWorklog IdN
attachment[].mimeTypestringType of attachmentN
attachment[].namestringName of attachmentN
attachment[].contentstringBase64 content of attachmentN
attachment[].attachmentTypestringIf the attachments are 1. incident -> "IncidentAttachments" 2. ChangeRequest -> "CRAttachments" 3. ServiceRequest-> "SRAttachments" 4. Worklog -> "WorklogAttachments"N
attachment[].@referredTypestringDefault : AttachmentN
Characteristics Name
characteristic nametypedescriptionrequired
CategorystringCategory associated with the VNOC incident processY
ImpactstringProvides impact of incidentN
SuscribersAffectednumberNumber of subscribers affected by this incidentN
ToolstringMonitoring ToolsN
sfIncidentIdstringSalesforce incident IdY
Sample Request
{
    "@type": "NetworkTroubleTicket",
    "creationDate": "2021-05-18T08:06:03.73-04:00",
    "description": "",
    "name": "",
    "priority": "High",
    "relatedEntity": [
        {
            "@referredType": "Service",
            "id":"",
            "name": "Entertainment",
            "role": "ServiceImpacted"
        }
    ],
    "relatedParty": [
        {
            "@referredType": "Individual",
            "id": "9866",
            "role": "creator"
        },
        {
            "@referredType": "Individual",
            "id": "9176",
            "role": "user"
        },
        {
            "@referredType": "Organization",
            "id": "CWC",
            "name": "Liberty Caribbean",
            "role": "Affected OpCo"
        }
    ],
    "severity": "High",
    "ticketType": "incident",
    "troubleTicketCharacteristic": [
        {
            "name": "Category",
            "value": "206"
        },
        {
            "name": "Impact",
            "value": "1"
        },
        {
            "name": "SuscribersAffected",
            "valueType": "number",
            "value": 100000
        },
        {
            "name": "Tool",
            "value": "Tektronix"
        },
        {
            "name": "sfIncidentId",
            "value": "654645678"
        }

    ],
    "note":[
      {
         "id":"",
         "text":"This is quite important, please approach me as soon as possible",
         "@type":"Note"
      }
   ],
   "attachment": [
          {
            "id":"",
            "mimeType": "image/png",
            "name": "ModemImage.png",
            "content": "<base64 content>",
            "attachmentType": "IncidentAttachments",
            "@referredType": "Attachment"
          },
          {
            "id":"",
            "mimeType": "text/plain",
            "name": "ModemImage1.txt",
            "content": "<base64 content>",
            "attachmentType": "WorklogAttachments",
            "@referredType": "Attachment"
          }
    ]
}
Success Response
{
    "id":"654326",
    "@type": "NetworkTroubleTicket",
    "creationDate": "2021-05-18T08:06:03.73-04:00",
    "description": "",
    "name": "",
    "priority": "High",
    "relatedEntity": [
        {
            "@referredType": "Service",
               "id":"Entertainment",
            "name": "Entertainment",
            "role": "ServiceImpacted"
        }
    ],
    "relatedParty": [
        {
            "@referredType": "Individual",
            "id": "9866",
            "role": "creator"
        },
        {
            "@referredType": "Individual",
            "id": "9176",
            "role": "user"
        },
        {
            "@referredType": "Organization",
            "id": "CWC",
            "name": "Liberty Caribbean",
            "role": "Affected OpCo"
        }
    ],
    "severity": "High",
    "ticketType": "incident",
    "troubleTicketCharacteristic": [
        {
            "name": "Category",
            "value": "206"
        },
        {
            "name": "Impact",
            "value": "1"
        },
        {
            "name": "SuscribersAffected",
            "valueType": "number",
            "value": 100000
        },
        {
            "name": "Tool",
            "value": "Tektronix"
        },
        {
            "name": "sfIncidentId",
            "value": "654645678"
        }

    ],
    "note":[
      {
         "id":"",
         "text":"This is quite important, please approach me as soon as possible",
         "@type":"Note"
      }
   ],
   "attachment": [
          {
            "id":"",
            "mimeType": "image/png",
            "name": "ModemImage.png",
            "content": "<base64 content>",
        "attachmentType": "IncidentAttachments",
            "@referredType": "Attachment"
          },
          {
             "id":"",
            "mimeType": "text/plain",
            "name": "ModemImage.txt",
            "content": "<base64 content>",
       "attachmentType": "WorklogAttachments",
            "@referredType": "Attachment"
          }
    ]
}

Categories:

Categories associated with the VNOC incident process.

IDCategory
203Report a massive failure
Outage VQA
229ITFS
228International
227DID's
226Wholesale
Outage Vnoc
212SMB
211Direct Routing
210Digital Signage Scala
209HCS
208CCoD
207SIP Trunking
206MyUC

Affected OpCo(s)

Options (Name>>Key)

NameKey
LCPRLCPR
CWPCWP
Liberty CRLibertyCR
Liberty CaribbeanCWC
Liberty NetworksLibertyNetworks
CentralCentral

Impact

NameKey
Loss of service1
Degradation/Saturation/Intermittence2
Linear3
No Impact4

Service Impacted

NameKey
MobileMobile
EntertainmentEntertainment
Fixed BroadbandFixed
IP TransitIP Transit
IP & DataIPData
CXCX
FacilitiesFacilities
Fixed VoiceFVoice
IT CorporateITCorporate
IT InfrastructureITInfrastructure
TransmissionTransmission
Monitoring SystemMSystems
Dark FiberDFiber
OSS/BSSOssBss
Unified Comunications and ColbUnifiedCommunicationsandColb

Tools

Options (Name Key)

NameKey
No proactiveNo proactive
PRTGPRTG
NetcoolNetcool
CactiCacti
ERUERU
AdtranAdtran
DVADVA
NagiosNagios
PegasusPegasus
Solar WindsSolar Winds
ViewPointViewPoint
BMCBMC
NVIEWNVIEW
TNMSTNMS
OMSOMS
1350 OMS1350 OMS
NSPNSP
FiberwatchFiberwatch
EchovaultEchovault
SOEMSOEM
Cisco EPN ManagerCisco EPN Manager
AOEAOE
ENMENM
U2000U2000
DisponibilidadDisponibilidad
U2020U2020
OneFMOneFM
BMC ProactiveNetBMC ProactiveNet
OSS EricssonOSS Ericsson
NMC2 AlcatelNMC2 Alcatel
EnableEnable
Disponibilidad HFCDisponibilidad HFC
Boss portal AM NetworksBoss portal AM Networks
Tektronix MediusTektronix Medius
ZabbixZabbix
Oracle UAOracle UA
ServAssure NXTServAssure NXT
PrevisorPrevisor
SafariSafari
MCP CIENAMCP CIENA
U31 ZTEU31 ZTE
XteraXtera
BMSBMS

Reviews